Use Python 3 in script shebangs
authorDebian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Tue, 28 Jan 2020 22:29:29 +0000 (22:29 +0000)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Tue, 28 Jan 2020 22:29:29 +0000 (22:29 +0000)
commitf712e56ef4a6c02381342d49dc913041cdb93404
tree48ae4c118b4745a4491cec95e455fa1ecbd1d421
parentfdb5b62d0f43de06c4bb3cc420afcf351b725f82
Use Python 3 in script shebangs

(Skipping the two .pyx files with #!python - they need to be compiled
with Cython, not directly run with any version of plain Python)

Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Forwarded: no

Gbp-Pq: Name python3_shebangs.patch
12 files changed:
docs/fix_longtable.py
examples/python/plots_boxplots.py
examples/python/robust_models_1.py
statsmodels/regression/quantile_regression.py
statsmodels/sandbox/examples/example_pca.py
statsmodels/tools/print_version.py
tools/backport_pr.py
tools/code_maintenance.py
tools/export_notebooks_to_python.py
tools/generate_formula_api.py
tools/github_stats.py
tools/update_web.py